Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RowCollection Class / Insert Method / Insert(String[],InsertLocation) Method
An array of row cell texts. The size of the array determines the number of cells in the row.
The row insert position in the current range.

In This Topic
    Insert(String[],InsertLocation) Method
    In This Topic
    Inserts a Row into this collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal texts() As System.String, _
       ByVal location As InsertLocation _
    ) As Row
    public Row Insert( 
       System.string[] texts,
       InsertLocation location
    )

    Parameters

    texts
    An array of row cell texts. The size of the array determines the number of cells in the row.
    location
    The row insert position in the current range.

    Return Value

    The inserted Row.
    See Also